In [50]:
%run C:\Users\MANU\Funcion_plots.ipynb
print function loaded

Landers¶

Date: 28 Jun 1992 11:57:34¶

m = 7.3¶

In [51]:
folder, earthquake = find_earthquake('Landers')
In [52]:
bar_chart_fp(folder)
In [53]:
plot_box_3d(folder)
In [54]:
scatter_plot_evs(folder)
In [55]:
temporal_series_b(folder)
In [56]:
alert_status_plot(folder)
In [57]:
table_specific(folder, earthquake)
Earthquake Date Magnitude b_ref b-Max3 b-Max7 b-Max30 b-Max90 Strike Dip Rake Fault type
Landers 1992-06-28 11:57:34.130000 7.3 0.93 107.88 172.27 172.27 172.27 341 70 -172 SS
In [ ]:

In [ ]: